home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / educate / scrabl35.zip / EXTRACT.DOC < prev    next >
Text File  |  1995-12-13  |  3KB  |  62 lines

  1.                                    EXTRACT
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. January, 1995
  5.  
  6. It would be convenient to have the computer find in the master word list  all
  7. words containing any given set of letters. The letters might be in any random
  8. order in the words selected, but they would all be present in that word. This
  9. would be useful for creating lists of words with unusual letter  combinations
  10. for  study to  increase one's skill at  Scrabble (tm) and similar word games.
  11. Likewise, certain letters can be excluded from the words to be found.    This
  12. makes it possible to, for example, find all "valid" words containing q and t,
  13. but not r and e.
  14.  
  15. To use EXTRACT,  just type:  EXTRACT xxxxxx yyyy.yyy, where xxxxxx stands for
  16. letter set that you wish the word list to be searched for,  and  yyyy.yyy  is
  17. the name of the file you want to have searched.  All "valid" words containing 
  18. all letters in that set, in any particular order, will be extracted and saved
  19. n a file with an .xtr suffix. 
  20.  
  21. Typing EXTRACT xxxxx assumes that the file to be searched is WORD.LST.   Typ-
  22. ing extract abcd searches the file word.lst for the letter set abcd.
  23.  
  24. To exclude a certain letter or letters, precede the excluded letters with  an
  25. ~ or with an !, those being the standard symbols for logical NOT.
  26.  
  27. As an example,   to find all "valid" words containing the letters -zf- in the 
  28. file word.txt, simply type:   extract zf word.txt.  After a few seconds wait, 
  29. the  file  zf.xtr will contain all words containing  that unusual combination
  30. contained in the file word.txt.
  31.  
  32. As a second example, find all "valid" words containing the letters -qt-,  but
  33. excluding -er- in the file xyz.lst.     Just type:  extract qt~er  xyz.lst or
  34. extract qt!er xyz.lst.  Either method works fine.
  35.  
  36. Note that it is possible to specify only letters to exclude, for example,  by
  37. typing ~aeiou or !aeiou, obtain a list of all words not containing any of the
  38. letters a, e, i, or u, but any other letters.
  39.  
  40. This utility was originally part of the WORDY package, by the same author. It
  41. is an older and  slightly less powerful  version of the one  contained in the
  42. current release of WORDY.
  43.  
  44.    It is  highly recommended  that you obtain the  WORDY  package if  you are 
  45.    seriously interested in generating word lists to study.  The WORDY package 
  46.    contains the 99,000+ word file WORD.LST containing nearly every valid word 
  47.    in use in competitive word games.    It is obtainable from the author (see 
  48.    below). Note that the December 1995 issue (page 365) of PC COMPUTING maga-
  49.    zine awarded WORDY a five-star rating (the highest).
  50.  
  51. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  52.  
  53. M\Cooper
  54. 3425 Chestnut Ridge Rd.
  55. Grantsville, MD 21536-9801
  56. --------------------------
  57. Email:  thegrendel@aol.com
  58.  
  59.  
  60. Scrabble (tm) is a trademark of the Milton Bradley Co., a subsidiary of 
  61. Hasbro, Inc.
  62.